home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / qsort.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.7 KB  |  59 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : SORT
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : ANDERSON%TI-EG at CSNET-RELAY
  6. -- AUTHOR            : John A. Anderson
  7. --                   : TEXAS INSTRUMENTS MS 8006
  8. --                   : P.O. BOX 801
  9. --                   : MCKINNEY, TEXAS   75069
  10. -- COPYRIGHT         : (c) 1984, 1985 John Anderson
  11. -- DATE CREATED      : December 19, 1984
  12. -- DATE RELEASED     : January 10, 1985
  13. -- DATE LAST UPDATED : ANDERSON Wed Dec 19, 1984
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : DG MV 10000, Ada Development Environment
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : SORT
  20. -- CATEGORY LEVEL 3  : Quick Sort
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : sort
  23. -- KEYWORD           : quick sort
  24. -- INDEX             : Sort
  25. -- INDEX             : Quick Sort
  26. -- TAXONOMY          : 
  27. -- DEPENDENCIES      : 
  28. -- SEE ALSO          : 
  29. --= FILE LISTING         ===============================================--
  30. -- FILE SPECS        : PD:<ADA.COMPONENTS>QSORT.*
  31. -- DIRECTORY DISPLAY :
  32. -- Directory   PD:<ADA.COMPONENTS>
  33. --      File Name     Byte Count  Line Count
  34. --   ---------------  ----------  ----------
  35. --   QSORT.PRO              1568          35
  36. --   QSORT.SRC              7325         248
  37. --   ===============  ==========  ==========
  38. --     2 Files              8893         283
  39. --= ABSTRACT             ===============================================--
  40. --         This generic procedure uses the QuickSort algorithm to sort an
  41. -- array of any base type with any discrete index type.
  42. --= REVISION HISTORY     ===============================================--
  43. --
  44. -- DATE         AUTHOR                  HISTORY
  45. -- 10 Jan 85      John Anderson        Initial Release
  46. --= RELEASE NOTICE       ===============================================--
  47. -- This software is released to the public domain.
  48. --= DISCLAIMER           ===============================================--
  49. --     This software and its documentation are provided "AS IS" and
  50. -- without any expressed or implied warranties whatsoever.  No warranties
  51. -- as to performance, merchantability, or fitness for a particular
  52. -- purpose exist.
  53. --     The user is advised to test the software thoroughly before
  54. -- relying on it.  The user must assume the entire risk and liability of
  55. -- using this software.  In no event shall any person or organization of
  56. -- people be held responsible for any direct, indirect, consequential or
  57. -- inconsequential damages or lost profits.
  58. --======================================================================--
  59.